home *** CD-ROM | disk | FTP | other *** search
/ Packard Bell - Multimedia…D & Packard Bell Library / Packard Bell Master CD.iso / bu / j / wfw311.drv / windows / system / setup.inf < prev    next >
INI File  |  1994-04-16  |  58KB  |  1,477 lines

  1. ;; Windows for Workgroups 3.11
  2. ;; SETUP.INF
  3. ;; Copyright (c) Microsoft Corporation, 1991-1993
  4.  
  5. [setup]
  6.     help = setup.hlp
  7.  
  8. ;   Place any programs here that should be run at the end of setup.
  9. ;   These apps will be run in order of their appearance here.
  10. [run]
  11.  
  12. [dialog]
  13.     caption   = "Windows Setup"
  14.     exit      = "Exit Windows Setup"
  15.     title     = "Installing Windows for Workgroups 3.11"
  16.     options   = "In addition to installing Windows, you can:"
  17.     printwait = "Please wait while Setup configures your printer(s)..."
  18. copywait="Welcome to Microsoft Windows for Workgroups 3.11!\n\n   - If you're new to Windows, see 'A Guided Tour of\n     Microsoft Windows' in the User's Guide."
  19. copywait5="Make sure you register your copy of Microsoft Windows for\nWorkgroups 3.11. When you register, Microsoft will:\n\n   - Notify you of product updates and new product releases.\n\n   - Send you a FREE Windows newsletter."
  20.  
  21. [data]
  22. ; Disk space required
  23. ; <type of setup>= <Full install space>, <Min install space>
  24.  
  25.     upd2x386full = 19000000,14000000 ; 19.0 Mb, 14.0 Mb     2.x -> WFW 3.11
  26.     upd30386full = 14500000,10500000 ; 14.5 Mb, 10.5 Mb     3.0 -> WFW 3.11
  27.     upd31386full = 10500000, 7500000 ; 10.5 Mb,  7.5 Mb     3.1 -> WFW 3.11
  28.     updWW386full =  6000000, 3500000 ;  6.0 Mb,  3.5 Mb     WFW 3.1  -> WFW 3.11
  29.     updW1386full =  3000000, 2000000 ;  3.0 Mb,  2.0 Mb     WFW 3.11 -> WFW 3.11
  30.     new386full   = 19000000,14000000 ; 19.0 Mb, 14.0 Mb
  31.  
  32.     netadmin     = 29000000          ; 29.0 Mb
  33.     netadminupd  = 29000000          ; 29.0 Mb
  34.     upd2x386net  = 1300000           ;  1.3 Mb
  35.     upd30386net  = 1300000           ;  1.3 Mb
  36.     upd31386net  = 1300000           ;  1.3 Mb
  37.     new386net    = 1300000,1300000   ;  1.3 Mb,  1.3 Mb
  38.  
  39. ; Defaults used in setting up and names of a few files
  40.     startup   = WIN.COM
  41.     defdir    = C:\WINDOWS
  42.     defdevdir = C:\NET
  43.     shortname = Windows
  44.     welcome   = "Microsoft Windows for Workgroups 3.11"
  45.     deflang   = enu
  46.     defxlat   = 437
  47.     defkeydll = usadll
  48.     register  = "regedit /s /u setup.reg"
  49.     tutor     = "wintutor.exe "
  50.     winsetup  = "winsetup.exe"
  51.     NetSetup  = FALSE
  52.     MouseDrv  = TRUE
  53.     partial   = FALSE
  54.     Version   = "3.11.050"
  55.     dosmemK   = 410
  56.  
  57.     ; MS-DOS Driver Versions
  58.     ; These are the version numbers of the drivers that we are shipping
  59.     ; with Microsoft Windows.
  60.     himem.sys.hi     = 0x0310
  61.     himem.sys.lo     = 0x0300
  62.     smartdrv.exe     = 0x0500
  63.     ramdrive.sys     = 0x18F5
  64.     emm386.exe       = 0x0430
  65.  
  66. ; This is data needed by the MS-DOS half of setup so that it can copy the
  67. ; proper kernel and start Windows for the GUI portion of setup.
  68. ;
  69. ; ** MS-DOS documentation says that first byte of command line for 4a call
  70. ; ** should be space. ==> in execcmd RHS leave first space as it is now
  71. [winexec]
  72.     execstd   = "dosx.exe "
  73.     execcmd   = " krnl386.exe /b /q:"
  74.     exechimem = "xmsmmgr.exe"
  75.     himemcmd  = ""
  76.     Krnl386   = 1:krnl386.exe
  77.     dosx      = 2:dosx.exe
  78.  
  79. ; Names of the disks Setup can prompt for.
  80. [disks]
  81.     1 =. ,"Microsoft Windows for Workgroups 3.11 Disk 1",disk1
  82.     2 =. ,"Microsoft Windows for Workgroups 3.11 Disk 2",disk2
  83.     3 =. ,"Microsoft Windows for Workgroups 3.11 Disk 3",disk3
  84.     4 =. ,"Microsoft Windows for Workgroups 3.11 Disk 4",disk4
  85.     5 =. ,"Microsoft Windows for Workgroups 3.11 Disk 5",disk5
  86.     6 =. ,"Microsoft Windows for Workgroups 3.11 Disk 6",disk6
  87.     7 =. ,"Microsoft Windows for Workgroups 3.11 Disk 7",disk7
  88.     8 =. ,"Microsoft Windows for Workgroups 3.11 Disk 8",disk8
  89.     9 =. ,"C:\WINDRVS Directory",C:\WINDRVS
  90.  
  91. [windows]
  92.     1:setup.hlp
  93.     1:setup.txt
  94.     9:win.src,    Net
  95.     9:system.src, Net
  96.     1:winsetup.exe
  97.     1:winhelp.exe
  98.     1:control.hlp
  99.  
  100. [windows.system]
  101.     1:gdi.exe
  102.     1:user.exe
  103.     9:win.cnf
  104.     2:lzexpand.dll
  105.     2:ver.dll
  106.     2:shell.dll
  107.     1:wfwsetup.dll
  108.     1:commdlg.dll
  109.     2:commctrl.dll
  110.     9:ncdw.dll
  111.     2:sconfig.dll
  112.  
  113. [windows.system.386]
  114.     2:cpwin386.cpl
  115.  
  116. [386max]
  117.     2:386max.vxd
  118.     2:windows.lod
  119.  
  120. [bluemax]
  121.     2:bluemax.vxd
  122.     2:windows.lod
  123.  
  124. [shell]
  125.     progman.exe,  "Program Manager"
  126.  
  127. ; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  128. : !!! The description strings should not be changed.
  129. ; !!! Changing description strings can result in old drivers not being
  130. ; !!! upgraded since Setup uses the description string to determine what
  131. ; !!! driver is installed and whether a new, upgraded driver is provided
  132. ; !!! with this version of Windows.
  133. ; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  134. ;
  135.  
  136. [display]
  137. ;profile = driver,         Description of driver,                           resolution,286gr,logo code,       VDD,            386grabber,   ega.sys,   logo data,    optional work section
  138. ;
  139. 8514     = 9:8514.drv,     "8514/a",                                        "100,120,120", , 9:vgalogo.lgo,   9:vdd8514.386,  9:vgadib.3gr,,           9:vgalogo.rle, 8514
  140. 8514s    = 9:8514.drv,     "8514/a (small fonts)",                          "100,96,96",   , 9:vgalogo.lgo,   9:vdd8514.386,  9:vgadib.3gr,,           9:vgalogo.rle, 8514s
  141. vga      = 9:vga.drv,      "VGA",                                           "100,96,96",   , 9:vgalogo.lgo,   x:*vddvga,      9:vga.3gr,,              9:vgalogo.rle
  142. vga30    = 9:vga.drv,      "VGA (version 3.0)",                             "100,96,96",   , 9:vgalogo.lgo,   9:vddvga30.386, 9:vga30.3gr,,            9:vgalogo.rle
  143. svga     = 9:supervga.drv, "Super VGA (800x600, 16 colors)",                "100,96,96",   , 9:vgalogo.lgo,   x:*vddvga,      9:vga.3gr,,              9:vgalogo.rle
  144. 8vga480  = 9:svga256.drv,  "Super VGA (640x480, 256 colors) ",              "100,96,96",   , 9:vgalogo.lgo,   9:vddsvga.386,  9:vgadib.3gr,,           9:vgalogo.rle, svga640
  145. 8vga600l = 9:svga256.drv,  "Super VGA (800x600, 256 colors, large fonts)",  "100,120,120", , 9:vgalogo.lgo,   9:vddsvga.386,  9:vgadib.3gr,,           9:vgalogo.rle, svga800l
  146. 8vga600s = 9:svga256.drv,  "Super VGA (800x600, 256 colors, small fonts)",  "100,96,96",   , 9:vgalogo.lgo,   9:vddsvga.386,  9:vgadib.3gr,,           9:vgalogo.rle, svga800s
  147. 8vga768l = 9:svga256.drv,  "Super VGA (1024x768, 256 colors, large fonts)", "100,120,120", , 9:vgalogo.lgo,   9:vddsvga.386,  9:vgadib.3gr,,           9:vgalogo.rle, svga768l
  148. 8vga768s = 9:svga256.drv,  "Super VGA (1024x768, 256 colors, small fonts)", "100,96,96",   , 9:vgalogo.lgo,   9:vddsvga.386,  9:vgadib.3gr,,           9:vgalogo.rle, svga768s
  149. v7vga    = 9:v7vga.drv,    "Video 7 (512K, 640x480 256 colors)",            "100,96,96",   , 9:vgalogo.lgo,   9:v7vdd.386,    9:v7vga.3gr,,            9:vgalogo.rle, v7b
  150. v7c      = 9:v7vga.drv,    "Video 7 (512K, 720x512 256 colors)",            "100,96,96",   , 9:vgalogo.lgo,   9:v7vdd.386,    9:v7vga.3gr,,            9:vgalogo.rle, v7c
  151. v7d      = 9:v7vga.drv,    "Video 7 (1Mb,  800x600 256 colors)",            "100,96,96",   , 9:vgalogo.lgo,   9:v7vdd.386,    9:v7vga.3gr,,            9:vgalogo.rle, v7d
  152. v7e      = 9:v7vga.drv,    "Video 7 (1Mb, 1024x768 256 colors, large fonts)","100,120,120",, 9:vgalogo.lgo,   9:v7vdd.386,    9:v7vga.3gr,,            9:vgalogo.rle, v7e
  153. v7f      = 9:v7vga.drv,    "Video 7 (1Mb, 1024x768 256 colors, small fonts)","100,96,96",  , 9:vgalogo.lgo,   9:v7vdd.386,    9:v7vga.3gr,,            9:vgalogo.rle, v7f
  154. xga16    = 9:vga.drv,      "XGA (640x480, 16 colors)",                      "100,96,96",   , 9:vgalogo.lgo,   9:vddvga30.386, 9:vga30.3gr,,            9:vgalogo.rle
  155. xgasm    = 9:xga.drv,      "XGA (small fonts)",                             "100,96,96",   , 9:vgalogo.lgo,   9:vddxga.386,   9:v7vga.3gr,,            9:vgalogo.rle, xgasm
  156. xgalg    = 9:xga.drv,      "XGA (large fonts)",                             "100,120,120", , 9:vgalogo.lgo,   9:vddxga.386,   9:v7vga.3gr,,            9:vgalogo.rle, xgalg
  157. xgalo    = 9:xga.drv,      "XGA (640x480, 256 colors)",                     "100,96,96",   , 9:vgalogo.lgo,   9:vddxga.386,   9:v7vga.3gr,,            9:vgalogo.rle, xgalo
  158.  
  159. [display.old]
  160. ; This section contains the names of all the videos that
  161. ; setup can detect. If the entry is not in the [display]
  162. ; section above, setup presents a warning to the user.
  163. 8514     = "8514/a"
  164. cga      = "CGA"
  165. egahibw  = "EGA Black and White (286 only)"
  166. egahires = "EGA"
  167. egamono  = "EGA Monochrome (286 only)"
  168. hercules = "Hercules Monochrome"
  169. hpmulti  = "HP CGA Display"
  170. mcga     = "IBM MCGA (286 only)"
  171. olibw    = "Olivetti/AT&T Monochrome or PVC Display"
  172. plasma   = "Compaq Portable Plasma"
  173. tiga1    = "TIGA"
  174. v7vga    = "Video 7"
  175. vga      = "VGA"
  176. vgamono  = "VGA with Monochrome display"
  177. xga16    = "XGA"
  178.  
  179.  
  180. ;
  181. ; Optional sections listed in field 9 of the display secton are intrpreted as follows:
  182. ;
  183. ; File, Destination, .ini file, Section, LHS, RHS
  184. ;
  185. ; Where:    x:File      = Optional; file to be copied, may be left null.
  186. ;           Destination = 0: for windows root or 0:system for system subdir
  187. ;                          where file is to be copied.
  188. ;           .ini file   = Optional; .ini file to be modified or created.
  189. ;                          Must be included if following parameters specified.
  190. ;           Section     = Section of .ini file to be modified.
  191. ;           OldLine     = Optional; old line to be removed from the .ini file.
  192. ;                          Only one occurence of the specified string is removed.
  193. ;           NewLine     = New text line to be written to the .ini file.
  194. ;
  195. ;[v7vga]
  196. ;x:v7vga.vxd, 0:system, system.ini, 386enh, "v7device=", "display=v7vdd.386"
  197.  
  198. [vgamono]
  199. ,,system.ini,386enh,"vgamono=","vgamono=TRUE"
  200.  
  201. [8514]
  202. ,,system.ini,8514.DRV,"dpi=","dpi=120"
  203.  
  204. [8514s]
  205. ,,system.ini,8514.DRV,"dpi=","dpi=96"
  206.  
  207. [v7b]
  208. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=640x480"
  209. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  210.  
  211. [v7c]
  212. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=720x512"
  213. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  214.  
  215. [v7d]
  216. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=800x600"
  217. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  218.  
  219. [v7e]
  220. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=1024x768"
  221. ,,system.ini,v7vga.drv,"FontSize=","FontSize=large"
  222.  
  223. [v7f]
  224. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=1024x768"
  225. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  226.  
  227. [xgasm]
  228. ,,system.ini,XGA_Display,"XGA_Resolution=",
  229. ,,system.ini,XGA_Display,"XGA_Resources=","XGA_Resources=1"
  230.  
  231. [xgalg]
  232. ,,system.ini,XGA_Display,"XGA_Resolution=",
  233. ,,system.ini,XGA_Display,"XGA_Resources=","XGA_Resources=2"
  234.  
  235. [xgalo]
  236. ,,system.ini,XGA_Display,"XGA_Resolution=","XGA_Resolution=1"
  237. ,,system.ini,XGA_Display,"XGA_Resources=","XGA_Resources=1"
  238.  
  239. [svga640] 
  240. ,,system.ini,svga256.drv,"resolution=","resolution=1"
  241. ,,system.ini,svga256.drv,"svgamode="
  242. ,,system.ini,svga256.drv,"dpi="
  243. ,,system.ini,386enh,"SysVMIn2ndBank=","SysVMIn2ndBank=FALSE"
  244.  
  245. [svga800s]
  246. ,,system.ini,svga256.drv,"resolution=","resolution=2"
  247. ,,system.ini,svga256.drv,"svgamode="
  248. ,,system.ini,svga256.drv,"dpi=","dpi=96"
  249. ,,system.ini,386enh,"SysVMIn2ndBank=","SysVMIn2ndBank=FALSE"
  250.  
  251. [svga800l]
  252. ,,system.ini,svga256.drv,"resolution=","resolution=2"
  253. ,,system.ini,svga256.drv,"svgamode="
  254. ,,system.ini,svga256.drv,"dpi=","dpi=120"
  255. ,,system.ini,386enh,"SysVMIn2ndBank=","SysVMIn2ndBank=FALSE"
  256.  
  257. [svga768s] 
  258. ,,system.ini,svga256.drv,"resolution=","resolution=3"
  259. ,,system.ini,svga256.drv,"svgamode="
  260. ,,system.ini,svga256.drv,"dpi=","dpi=96"
  261. ,,system.ini,386enh,"SysVMIn2ndBank=","SysVMIn2ndBank=FALSE"
  262.  
  263. [svga768l] 
  264. ,,system.ini,svga256.drv,"resolution=","resolution=3"
  265. ,,system.ini,svga256.drv,"svgamode="
  266. ,,system.ini,svga256.drv,"dpi=","dpi=120"
  267. ,,system.ini,386enh,"SysVMIn2ndBank=","SysVMIn2ndBank=FALSE"
  268.  
  269.  
  270. ; copy these fonts depending on the 386 grabber being used
  271. [VGA.3gr]
  272. 9:CGA40WOA.FON,9:CGA40850.FON
  273. 9:CGA80WOA.FON,9:CGA80850.FON
  274. 9:EGA40WOA.FON,9:EGA40850.FON
  275. 9:EGA80WOA.FON,9:EGA80850.FON
  276.  
  277. [VGA30.3gr]
  278. 9:CGA40WOA.FON,9:CGA40850.FON
  279. 9:CGA80WOA.FON,9:CGA80850.FON
  280. 9:EGA40WOA.FON,9:EGA40850.FON
  281. 9:EGA80WOA.FON,9:EGA80850.FON
  282.  
  283. [V7VGA.3gr]
  284. 9:CGA40WOA.FON,9:CGA40850.FON
  285. 9:CGA80WOA.FON,9:CGA80850.FON
  286. 9:EGA40WOA.FON,9:EGA40850.FON
  287. 9:EGA80WOA.FON,9:EGA80850.FON
  288.  
  289. [vgadib.3gr]
  290. 9:CGA40WOA.FON,9:CGA40850.FON
  291. 9:CGA80WOA.FON,9:CGA80850.FON
  292. 9:EGA40WOA.FON,9:EGA40850.FON
  293. 9:EGA80WOA.FON,9:EGA80850.FON
  294.  
  295.  
  296. [keyboard.drivers]
  297. kbd   = 9:keyboard.drv
  298. kbdhp = 9:kbdhp.drv
  299.  
  300. [keyboard.types]
  301. t3s0alat  = "All AT type keyboards (84 - 86 keys)"             ,nodll
  302. t1s2at&t  = "AT&T '301' keyboard"                              ,nodll
  303. t1s4at&t  = "AT&T '302' keyboard"                              ,nodll
  304. t4s0enha  = "Enhanced 101 or 102 key US and Non US keyboards"  ,nodll
  305. t3s0hp1   = "Hewlett-Packard Vectra keyboard (DIN)"            ,nodll
  306. t4s40oliv = "Olivetti 101/102 A keyboard"                      ,nodll
  307. t1s0oliv  = "Olivetti 83 key keyboard"                         ,nodll
  308. t3s10oliv = "Olivetti 86 Key keyboard"                         ,nodll
  309. t2s1oliv  = "Olivetti M24 102 key keyboard"                    ,usadll
  310. t1s42oliv = "PC-XT 83 key keyboard"                            ,nodll
  311. t1s0pcxt  = "PC/XT - Type keyboard (84 keys)"                  ,nodll
  312.  
  313. [keyboard.tables]
  314. beldll = 9:kbdbe.dll , "Belgian"
  315. bradll = 9:kbdbr.dll , "Brazilian"
  316. bridll = 9:kbduk.dll , "British"
  317. cafdll = 9:kbdfc.dll , "Canadian Multilingual"
  318. dandll = 9:kbdda.dll , "Danish"
  319. dutdll = 9:kbdne.dll , "Dutch"
  320. findll = 9:kbdfi.dll , "Finnish"
  321. fredll = 9:kbdfr.dll , "French"
  322. candll = 9:kbdca.dll , "French Canadian"
  323. gerdll = 9:kbdgr.dll , "German"
  324. icedll = 9:kbdic.dll , "Icelandic"
  325. itadll = 9:kbdit.dll , "Italian"
  326. latdll = 9:kbdla.dll , "Latin American"
  327. nordll = 9:kbdno.dll , "Norwegian"
  328. pordll = 9:kbdpo.dll , "Portuguese"
  329. spadll = 9:kbdsp.dll , "Spanish"
  330. swedll = 9:kbdsw.dll , "Swedish"
  331. swfdll = 9:kbdsf.dll , "Swiss French"
  332. swgdll = 9:kbdsg.dll , "Swiss German"
  333. nodll  =             , "US"
  334. usadll = 9:kbdus.dll , "US"
  335. usddll = 9:kbddv.dll , "US-Dvorak"
  336. usxdll = 9:kbdusx.dll, "US-International"
  337.  
  338. [codepages]
  339. ;       Xlat Table     OEM Font      WOA Font     Description
  340. 863 = 9:xlat863.bin, 9:vga863.fon, 9:dosapp.fon, "Canadian-French (863)"
  341. 861 = 9:xlat861.bin, 9:vga861.fon, 9:app850.fon, "Icelandic (861)"
  342. 865 = 9:xlat865.bin, 9:vga865.fon, 9:app850.fon, "Nordic (865)"
  343. 850 = 9:xlat850.bin, 9:vga850.fon, 9:app850.fon, "Multi-Lingual (850)"
  344. 860 = 9:xlat860.bin, 9:vga860.fon, 9:dosapp.fon, "Portuguese (860)"
  345. 437 =              ,             , 9:dosapp.fon, "English (437)"
  346.  
  347. [pointing.device]
  348. ;
  349. ; Note: the VMD field may contain multiple VXD's in the form "x:*vmd,2:1vmd.386".
  350. ;       Please note, however, that if multiple VXD's are specified in the VMD field
  351. ;       they must be surrounded by double quotes (").
  352. ;
  353. ;profile =  mouse driver,   Mouse description,                 VMD,     Optional work section
  354. ;
  355. lmouse   = 9:lmouse.drv,  "Logitech",                          9:lvmd.386, lmouse
  356. ps2mouse = 9:mouse.drv,   "Microsoft, or IBM PS/2",            x:*vmd
  357. genius1  = 9:mscmouse.drv,"Genius serial mouse on COM1"      , 9:mscvmd.386
  358. genius2  = 9:msc3bc2.drv, "Genius serial mouse on COM2"      , 9:mscvmd.386
  359. msmouse2 = 9:mscmouse.drv,"Mouse Systems serial or bus mouse", 9:mscvmd.386
  360. msmouse1 = 9:msc3bc2.drv, "Mouse Systems serial mouse on COM2",9:mscvmd.386
  361. nomouse  = 9:nomouse.drv, "No mouse or other pointing device", x:*vmd
  362.  
  363. [lmouse]
  364. 9:lmouse.com,0:,,,,
  365.  
  366. [dos.mouse.drivers]
  367. mouse.sys   = 9:mouse.SYS,     "MS Dos Mouse driver .SYS ver 7.XX"
  368. mouse.com   = 9:mouse.com,     "MS Dos Mouse driver .COM ver 7.XX"
  369.  
  370. [dos.drivers]
  371. MSCDEX.EXE  = 6:MSCDEX.EXE,    "CD ROM Extensions"
  372.  
  373. [sysfonts]
  374. 9:vgasys.fon,"VGA (640x480) resolution System Font", "100,96,96"
  375. 9:8514sys.fon,"8514/a (1024x768) resolution System Font", "100,120,120"
  376.  
  377. [fixedfonts]
  378. 9:vgafix.fon,"VGA (640x480) resolution Fixed System Font", "100,96,96"
  379. 9:8514fix.fon,"8514/a (1024x768) resolution Fixed System Font",  "100,120,120"
  380.  
  381. [oemfonts]
  382. 9:vgaoem.fon,"VGA (640x480) resolution Terminal Font (USA/Europe)", "100,96,96",1
  383. 9:8514oem.fon,"8514/a (1024x768) resolution Terminal Font (USA/Europe)", "100,120,120",1
  384.  
  385. ;   The win.copy section is a list of files or sections to copy to the WINDOWS
  386. ;   directoy.
  387. ;
  388. ;   FORMAT      from,to
  389. ;
  390. ;   IE
  391. ;       1:foo.txt,  0:        copy foo.txt from disk 1 to the windows directory
  392. ;       #386,       0:system  copy all files in the 386 SECTION to the
  393. ;
  394. ;
  395. [win.copy.net.win386]
  396. ; copy this section for network setup on 386 machines
  397.    #net,       0:
  398.  
  399. [win.copy.win386]
  400. ; copy this section for full setup on 386 machines
  401.    #net,       0:
  402.    #win.shell, 0:
  403.    #pwin386,   0:system
  404.    #mapi,      0:system
  405.    #win.other, 0:system
  406.  
  407. [net]
  408.    6:CONTROL.SRC,    "Windows User Files"
  409.    6:WINVER
  410.    6:WININIT.EXE,    "Setup System-Initialization Utility"
  411.  
  412. [win.devices]
  413. ; These devices will be copied on all machines
  414.    6:HIMEM.SYS,      "XMS Memory Manager"
  415.    6:SMARTDRV.EXE,   "Disk Caching Program"
  416.    6:RAMDRIVE.SYS,   "RAM Drive Program"
  417.    2:IFSHLP.SYS,     "File System Manager"
  418.  
  419. [win.devices.win386]
  420. ; These devices will be copied on 386 machines only
  421.    6:HIMEM.SYS,      "XMS Memory Manager"
  422.    4:EMM386.EXE,     "LIM Expanded Memory Manager"
  423.    6:SMARTDRV.EXE,   "Disk Caching Program"
  424.    6:RAMDRIVE.SYS,   "RAM Drive Program"
  425.    2:IFSHLP.SYS,     "File System Manager"
  426.  
  427. [win.other]
  428.    6:WIN87EM.DLL,    "Windows System Component"
  429.    6:SYSEDIT.EXE
  430.    9:NDDEAPI.DLL
  431.    4:OLECLI.DLL
  432.    9:OLESVR.DLL
  433.    6:WSWAP.EXE
  434.    9:MIDIMAP.DRV
  435.    9:MIDIMAP.CFG,,noclobber
  436.    6:SND.CPL,,novermsg
  437.    9:MMSYSTEM.DLL
  438.    6:MMTASK.TSK
  439.    5:TIMER.DRV
  440.    9:MCISEQ.DRV
  441.    9:MCIWAVE.DRV
  442.    6:TOOLHELP.DLL
  443.    3:MAIN.CPL
  444.    5:DRIVERS.CPL
  445.    6:SETUP.REG
  446.    6:CONTROL.INF
  447.    4:APPS.INF
  448.    5:DDEML.DLL
  449.    4:NETWORK.INF
  450.    9:WINNET.INF
  451.    9:LM21DRV.UPD
  452.    9:UNIDRV.DLL
  453.    9:UNIDRV.HLP
  454.  
  455. [mapi]
  456.    4:AB.DLL,    "Windows Mail System Component"
  457.    5:DEMILAYR.DLL
  458.    2:FRAMEWRK.DLL
  459.    5:MAILMGR.DLL
  460.    5:MAILSPL.EXE
  461.    5:MAPI.DLL
  462.    4:CMC.DLL
  463.    3:MSSFS.DLL
  464.    9:PABNSP.DLL
  465.    6:SENDFILE.DLL
  466.    3:STORE.DLL
  467.    3:VFORMS.DLL
  468.  
  469. [win.shell]
  470.    4:PROGMAN.EXE,    "Program Manager"
  471.    6:TASKMAN.EXE,    "Task Manager"
  472.    3:WINFILE.EXE,    "File Manager"
  473.    4:CLIPBRD.EXE,    "ClipBook Viewer"
  474.    6:CLIPSRV.EXE,    "ClipBook Server"
  475.    6:CONTROL.EXE,    "Control Panel"
  476.    5:PIFEDIT.EXE,    "PIF Editor"
  477.    6:REGEDIT.EXE,    "Registration database"
  478.    3:PRINTMAN.EXE,   "Print Manager"
  479.    3:MSD.EXE,        "Microsoft Diagnostics"
  480.    6:msd.ini
  481.    3:WRITE.EXE,      "Write Word Processor"
  482.    5:WRITE.HLP,      "Write Word Processor Help"
  483.    4:moricons.dll,   "Icons"
  484.  
  485. [pwin386]
  486.    5:WINOA386.MOD,   "386 Enhanced Mode files"
  487.    6:WIN386.PS2
  488.    2:WIN386.EXE
  489.    5:VTDAPI.386
  490.    5:VFAT.386
  491.    6:VCACHE.386
  492.    9:IFSMGR.386
  493.    6:VSHARE.386
  494.    6:VCOMM.386
  495.    6:SERIAL.386
  496.    9:LPT.386
  497.    6:VPMTD.386
  498.    9:IOS.386
  499.    6:VXDLDR.386
  500.    6:RMM.D32
  501.  
  502. [DelFiles]
  503. ;Statically initialize the list of files that will be DELETED during the
  504. ;  3.0 to 3.1 up-grade process. Add or remove items from this list at will,
  505. ;  (Wildcards accepted in list)
  506. ; The first files in the list are deleted from Windows System dir(local setup).
  507. ; Nb : Note that DelFiles section always is processed before RenFiles section.
  508.    tmsr?.fon
  509.    helv?.fon
  510.    swapfile.exe
  511.    kernel.exe
  512.    midi.cpl
  513.    _default.pif
  514.    ; old network setup .cpl's
  515.    wrkgrp.cpl
  516.    wfwsetup.cpl
  517.    netsetup.cpl
  518.    ; ras 1.0 stuff
  519.    rasconf.cpl
  520.    ; the following files are being renamed after beta2
  521.    ipx32.386
  522.    vmsipx.386
  523.    nbipx.386
  524.    ; Beta2 Dragon components
  525.    apix.386
  526.    ; Various names for old Windows SETUP.EXE
  527.    SETUP.EXE
  528.    INSTALL.EXE
  529.    ASETTA.EXE
  530.    CONFIG.EXE
  531.    INSTALAR.EXE
  532.    KURMA.EXE
  533.    WINSETUP.EXE
  534. ; All files in the list AFTER this point will be deleted from Windows dir.
  535. ; WARNING: The "..\" is needed, the code depends on it!!!
  536.    ..\setup.inf
  537.    shell.dll
  538.    olecli.dll
  539.    olesvr.dll
  540.    commdlg.dll
  541.    ver.dll
  542.    toolhelp.dll
  543.    *.pcl
  544.    3270.txt
  545.    networks.txt
  546.    printers.txt
  547.    readme.txt
  548.    sysini?.txt
  549.    winini?.txt
  550.    ; ras 1.0 stuff
  551.    rasadmin.exe
  552.    rasphone.exe
  553.    rasphone.hlp
  554.    rasphone.pif
  555.    rasadmin.hlp
  556.    rasadmin.ico
  557.    rasphone.msg
  558.    rasdial.exe
  559.    rashelp.msg
  560.    rasload.bat
  561.    rashelp.exe
  562.    rasconf.hlp
  563.    rasphone.ico
  564.    modems.inf
  565.    comdev.ini
  566.    ; Various names for old Windows SETUP.EXE
  567.    SETUP.EXE
  568.    INSTALL.EXE
  569.    ASETTA.EXE
  570.    CONFIG.EXE
  571.    INSTALAR.EXE
  572.    KURMA.EXE
  573.    WINSETUP.EXE
  574.  
  575. [RenFiles]
  576. ; Similar section but for file renaming to create .bak if needed
  577.    ADLIB.DRV,MSADLIB.DRV
  578.    MSCDEX.EXE,MSCDEX.OLD
  579.  
  580.  
  581. ; The win.apps, win.games, win.scrs, win.bmps, and win.readme sections are
  582. ; all formatted as described below.
  583. ;
  584. ; X:FileName,      Description,     FileSize,   Profile String
  585. ;
  586. ; Where profile string is used by setup.exe to "lookup" the item in the
  587. ; appropiate progman groups section to determine if and how the item is
  588. ; to be added to a Program manager group via DDE. The profile string is
  589. ; also used to "lookup" and needed dependent files in the [win.dependents]
  590. ; section.
  591. ;
  592. [win.apps]
  593.    5:CALC.EXE,     "Calculator"                ,  43072, calc
  594.    4:CARDFILE.EXE, "Cardfile"                  ,  93184, cardfile
  595.    6:CLOCK.EXE,    "Clock"                     ,  16416, clock
  596.    6:NOTEPAD.EXE,  "Notepad"                   ,  32736, notepad
  597.    3:PBRUSH.EXE,   "Paintbrush"                , 190142, pbrush
  598.    3:TERMINAL.EXE, "Terminal"                  , 148160, terminal
  599.    6:CALC.HLP,     "Calculator Help"           ,  18076
  600.    6:CARDFILE.HLP, "Cardfile Help"             ,  24810
  601.    6:NOTEPAD.HLP,  "Notepad Help"              ,  13894
  602.    5:PBRUSH.HLP,   "Paintbrush Help"           ,  40269
  603.    5:RECORDER.EXE, "Recorder"                  ,  49566, recorder
  604.    6:RECORDER.HLP, "Recorder Help"             ,  18200
  605.    5:TERMINAL.HLP, "Terminal Help"             ,  36279
  606.    4:PACKAGER.EXE, "Object Packager"           ,  76480, packager
  607.    6:PACKAGER.HLP, "Object Packager Help"      ,  21156
  608.    6:CHARMAP.EXE,  "Character Map"             ,  22016, charmap
  609.    6:CHARMAP.HLP,  "Character Map Help"        ,  10797
  610.    3:MPLAYER.EXE,  "Media Player"              ,  33312, mplayer, novermsg
  611.    4:MPLAYER.HLP,  "Media Player Help"         ,  12896
  612.    5:SOUNDREC.EXE, "Sound Recorder"            ,  51305, soundrec
  613.    4:SOUNDREC.HLP, "Sound Recorder Help"       ,  17686
  614.    5:PIFEDIT.HLP,  "PIF Editor Help"           ,  33270
  615.    4:PRINTMAN.HLP, "Print Manager Help"        ,  58649
  616.    5:PROGMAN.HLP,  "Program Manager Help"      ,  30911
  617.    5:CLIPBRD.HLP,  "Clipbook Viewer Help"      ,  28571
  618.    6:REGEDIT.HLP,  "Registration Help"         ,  22681
  619.    6:REGEDITV.HLP, "Registration Advanced Help",  15731
  620.    4:WINFILE.HLP,  "File Manager Help"         ,  80448
  621.    4:WINTUTOR.EXE, "Windows Tutorial"          , 181772, wintutor
  622.    6:WINHELP.HLP,  "Help Utility Help"         ,  26960
  623.    4:GLOSSARY.HLP, "Glossary Help"             ,  55457
  624.    6:EXPAND.EXE,   "File Expansion Utility"    ,  16378
  625.    6:RASSTART.EXE, "Remote Access"             ,  13312, rasmac
  626.    3:MSMAIL.EXE,   "Mail"                      , 614368, msmail
  627.    4:MSMAIL.HLP,   "Mail Help"                 ,  76521
  628.    2:SCHDPLUS.EXE, "Schedule+"                 , 746704, schdplus
  629.    4:SCHDPLUS.HLP, "Schedule+ Help"            , 104115
  630.    6:FAXMGR.EXE,   "Microsoft At Work Fax"     ,  1019872, msfax
  631.    5:MSFAX.HLP,    "Microsoft At Work Fax Help",  47718
  632.    diskspace=4143890
  633.  
  634. [win.dependents]
  635. pbrush   = 6:PBRUSH.DLL
  636. recorder = 6:RECORDER.DLL
  637. wintutor = 4:WINTUTOR.DAT
  638. hearts   = #hearts
  639. msmail   = #msmail
  640. schdplus = #sched
  641. msfax    = #faxsys, 0:system, #msfax
  642.  
  643. [hearts]
  644.    4:CARDS.DLL,,nodelete
  645.  
  646. [msmail]
  647.    4:SCHEDMSG.DLL, "Mail Drivers"
  648.    4:WGPOMGR.DLL
  649.    4:IMPEXP.DLL
  650.    4:FAXVIEW.EXE,  "FAX Viewer", nodelete
  651.  
  652. [sched]
  653.    6:MSREMIND.EXE, "Schedule+ Drivers"
  654.    3:MSSCHED.DLL
  655.    6:TRNSCHED.DLL
  656.    
  657. [faxsys]
  658.    6:FAXNSP.DLL,    "Fax Drivers"
  659.    6:FAX.CPL
  660.    5:FAXSTUB.DLL
  661.    6:EFAXDRV.DRV
  662.  
  663. [msfax]
  664.    6:AWCLASS1.DLL,    "Fax Drivers"
  665.    6:AWCLASS2.DLL
  666.    6:DLLSCHED.DLL
  667.    6:AWCAS.DLL
  668.    4:EFAXPUMP.DLL
  669.    6:EFAXRUN.DLL
  670.    6:AWFXPROT.DLL
  671.    6:FAXCODEC.DLL
  672.    6:AWFAXIO.DLL
  673.    6:FAXCOVER.DLL,
  674.    4:FAXOPT.DLL,,nodelete
  675.    6:IFKERNEL.DLL
  676.    6:KEYVIEW.EXE,
  677.    6:LINEARIZ.DLL
  678.    6:NETFAX.DLL
  679.    6:SIGVIEW.EXE,
  680.    6:AWT30.DLL
  681.    5:TRNOFF.DLL
  682.    3:MSMAIL.EXE,    "Mail Drivers for Fax", nodelete
  683.    4:SCHEDMSG.DLL,,nodelete
  684.    4:WGPOMGR.DLL,,nodelete
  685.    4:IMPEXP.DLL,,nodelete
  686.    4:FAXVIEW.EXE,   "FAX Viewer", nodelete
  687.  
  688. [win.games]
  689.    4:SOL.EXE,      "Solitaire"        , 180688, sol
  690.    6:WINMINE.EXE,  "Minesweeper"      ,  27776, winmine
  691.    6:SOL.HLP,      "Solitaire Help"   ,  13753
  692.    6:WINMINE.HLP,  "Minesweeper Help" ,  12754
  693.    4:MSHEARTS.EXE, "Hearts"           , 261168, hearts
  694.    6:MSHEARTS.HLP, "Hearts Help"      ,  13048
  695.    diskspace=509187
  696.  
  697. [win.scrs]
  698.    6:SCRNSAVE.SCR, "Default Screen Saver"     ,   5328
  699.    6:SSMARQUE.SCR, "Marquee Screen Saver"     ,  16896
  700.    6:SSSTARS.SCR,  "Stars Screen Saver"       ,  17536
  701.    6:ssflywin.scr, "Flying Windows Screen Saver",  16160
  702.    diskspace=55920
  703.  
  704. [win.bmps]
  705.    6:ARCADE.BMP,   "Arcade Wallpaper"         ,    630
  706.    6:ARGYLE.BMP,   "Argyle Wallpaper"         ,    630
  707.    6:CASTLE.BMP,   "Castle Wallpaper"         ,    778
  708.    6:EGYPT.BMP,    "Egypt Wallpaper"          ,    630
  709.    6:HONEY.BMP,    "Honey Wallpaper"          ,    854
  710.    6:RIVETS.BMP,   "Rivets Wallpaper"         ,    630
  711.    6:REDBRICK.BMP, "Red Brick Wallpaper"      ,    630
  712.    6:SQUARES.BMP,  "Squares Wallpaper"        ,    630
  713.    6:THATCH.BMP,   "Thatch Wallpaper"         ,    598
  714.    6:WINLOGO.BMP,  "Windows Logo Wallpaper"   ,  38518
  715.    6:ZIGZAG.BMP,   "Zigzag Wallpaper"         ,    630
  716.    6:ding.wav,     "Ding Sound"               ,  11598
  717.    6:chimes.wav,   "Chimes Sound"             ,  15920
  718.    6:canyon.mid,   "Canyon MIDI Song"         ,  33883
  719.    6:ringin.wav,   "Incoming Call Ring"       ,  10026
  720.    6:ringout.wav,  "Outgoing Call Ring"       ,   5212
  721.    diskspace=121797
  722.  
  723. [win.readme]
  724.    3:readme.wri,   "General Readme"           ,  95872, readme
  725.    3:networks.wri, "Networks Readme"          ,  69760
  726.    3:winini.wri,   "Win.ini Readme"           ,  22272
  727.    3:sysini.wri,   "System.ini Readme"        ,  64256
  728.    3:printers.wri, "Printers Readme"          ,  47232
  729.    6:mail.wri,     "Mail Readme"              ,  39552
  730.    diskspace=338944
  731.  
  732. ; The [*.groups] sections maps a group section to the group name used in
  733. ; Program Manager.
  734. ;
  735. ; Section Name = Progman group name, Min/Max switch. ( 1 = Max, nothing = Min).
  736. ;
  737. ; This section is used for upgrading from 3.X to 3.1.
  738. [new.groups]
  739. group7=Main,1
  740. group2=Accessories
  741. group8=Network
  742. group6=Games
  743. group1=StartUp
  744.  
  745. ; This section is for new install.
  746. [progman.groups]
  747. group3=Main,1
  748. group4=Accessories
  749. group8=Network
  750. group5=Games
  751. group1=StartUp
  752.  
  753. ; Progman DDE control section. This section controls the progman DDE and defines which
  754. ; .exe's will be added to which groups. The [progman.groups] sections lists section
  755. ; names that each describe the contents of that group.
  756. ;
  757. ; Description string,  .EXE name, Icon extraction .EXE, Icon extraction index, profile
  758. ;
  759. ; If the profile field is left NULL, the item will always be added to the group. Otherwise
  760. ; the item will only be added if it was installed via the partial install dlg.
  761. ;
  762. ;
  763. ; NOTE: If EXE name is NULL item will be deleted from the group if it exists there.
  764. ;
  765.  
  766. [group3]
  767. "File Manager",     WINFILE.EXE
  768. "Control Panel",    CONTROL.EXE
  769. "Print Manager",    PRINTMAN.EXE
  770. "ClipBook Viewer",  CLIPBRD.EXE
  771. "MS-DOS Prompt",    DOSPRMPT.PIF, PROGMAN.EXE, 9
  772. "Windows Setup",    WINSETUP.EXE
  773. "PIF Editor",       PIFEDIT.EXE
  774. "Read Me"
  775. "Read Me",          README.WRI,,,                              readme
  776. "Clipboard"
  777. "Clipboard Viewer"
  778. "DOS Prompt"
  779. "Tutorial"
  780.  
  781. [group4]
  782. "Write",            WRITE.EXE
  783. "Paintbrush",       PBRUSH.EXE,,,                              pbrush
  784. "Terminal",         TERMINAL.EXE,,,                            terminal
  785. "Notepad",          NOTEPAD.EXE,,,                             notepad
  786. "Recorder",         RECORDER.EXE,,,                            recorder
  787. "Cardfile",         CARDFILE.EXE,,,                            cardfile
  788. "Calculator",       CALC.EXE,,,                                calc
  789. "Clock",            CLOCK.EXE,,,                               clock
  790. "Object Packager",  PACKAGER.EXE,,,                            packager
  791. "Character Map",    CHARMAP.EXE,,,                             charmap
  792. "Media Player",     MPLAYER.EXE,,,                             mplayer
  793. "Sound Recorder",   SOUNDREC.EXE,,,                            soundrec
  794. "PIF Editor"
  795. ; Remove old network icons
  796. "Chat"
  797. "WinMeter"
  798. "Net Watcher"
  799. "WinPopup"
  800. "Virtual Disk Status"
  801. "Fast Mail"
  802. "Password List Editor"
  803. "Message Popup Utility"
  804.  
  805. [group5]
  806. "Solitaire",        SOL.EXE,,,                                 sol
  807. "Minesweeper",      WINMINE.EXE,,,                             winmine
  808. "Hearts",           MSHEARTS.EXE,,,                            hearts
  809. ; Remove old icons
  810. "FreeCell"
  811.  
  812. [group1]
  813. "Dr. Watson"
  814.  
  815. [group2]
  816. "Object Packager",  PACKAGER.EXE,,,                            packager
  817. "Character Map",    CHARMAP.EXE,,,                             charmap
  818. "Media Player",     MPLAYER.EXE,,,                             mplayer
  819. "Sound Recorder",   SOUNDREC.EXE,,,                            soundrec
  820. "PIF Editor"
  821. "Write",            WRITE.EXE
  822. ; Remove old network icons
  823. "Chat"
  824. "WinMeter"
  825. "Net Watcher"
  826. "WinPopup"
  827. "Virtual Disk Status"
  828. "Fast Mail"
  829. "Password List Editor"
  830. "Message Popup Utility"
  831.  
  832. [group6]
  833. "Solitaire",        SOL.EXE,,,                                 sol
  834. "Minesweeper",      WINMINE.EXE,,,                             winmine
  835. "Hearts",           MSHEARTS.EXE,,,                            hearts
  836. ; Remove old icons
  837. "FreeCell"
  838.  
  839. [group7]
  840. "Clipboard"
  841. "Clipboard Viewer"
  842. "ClipBook Viewer",  CLIPBRD.EXE
  843. "Windows Setup",    WINSETUP.EXE
  844. "PIF Editor",       PIFEDIT.EXE
  845. "Read Me"
  846. "DOS Prompt"
  847. "MS-DOS Prompt",    DOSPRMPT.PIF, PROGMAN.EXE, 9
  848. "Read Me",          README.WRI,,,                              readme
  849. "Tutorial"
  850.  
  851. [group8]
  852. "Network Setup",   "WINSETUP.EXE /Z",,,
  853. "Mail",             MSMAIL.EXE,,,                              msmail
  854. "Mail",             MSMAIL.EXE,,,                              msfax
  855. "Schedule+",        SCHDPLUS.EXE,,,                            schdplus
  856. "Remote Access",    RASSTART.EXE,,,                            rasmac
  857. ; Remove old network icons
  858. "Message Popup Utility"
  859.  
  860. [fonts]
  861.    9:SSERIFE.FON, "MS Sans Serif 8,10,12,14,18,24 (VGA res)", "100,96,96"
  862.    9:SSERIFF.FON, "MS Sans Serif 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  863.  
  864.    9:COURE.FON, "Courier 10,12,15 (VGA res)", "100,96,96"
  865.    9:COURF.FON, "Courier 10,12,15 (8514/a res)", "100,120,120"
  866.  
  867.    9:SERIFE.FON, "MS Serif 8,10,12,14,18,24 (VGA res)", "100,96,96"
  868.    9:SERIFF.FON, "MS Serif 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  869.  
  870.    9:SYMBOLE.FON, "Symbol 8,10,12,14,18,24 (VGA res)", "100,96,96"
  871.    9:SYMBOLF.FON, "Symbol 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  872.  
  873.    9:SMALLE.FON, "small fonts (VGA res)", "100,96,96"
  874.    9:SMALLF.FON, "small fonts (8514/a res)", "100,120,120"
  875.  
  876.    9:ROMAN.FON, "Roman (Plotter)",   "CONTINUOUSSCALING"
  877.    9:SCRIPT.FON, "Script (Plotter)", "CONTINUOUSSCALING"
  878.    9:MODERN.FON, "Modern (Plotter)", "CONTINUOUSSCALING"
  879.  
  880. [ttfonts]
  881. ;
  882. ;Font Header file, Description string,       Font file,     FontFamily/Flags
  883. ;
  884. ; Flags:  0000 = Normal weighted font.
  885. ;         0100 = Bolded font.
  886. ;         1000 = Italic font.
  887. ; NOTE: Flags not currently used.
  888. ;
  889. ; NOTE: The first letter of each word in the font desctiption string needs
  890. ;       to be capitalized.
  891. ;
  892. 5:ARIAL.FOT,   "Arial (TrueType)",                       5:arial.ttf,   ""
  893. 5:ARIALBD.FOT, "Arial Bold (TrueType)",                  5:arialbd.ttf,  "Arial0100"
  894. 5:ARIALBI.FOT, "Arial Bold Italic (TrueType)",           5:arialbi.ttf, "Arial1100"
  895. 5:ARIALI.FOT,  "Arial Italic (TrueType)",                5:ariali.ttf,  "Arial1000"
  896. 5:COUR.FOT,    "Courier New (TrueType)",                 5:cour.ttf,    ""
  897. 5:COURBD.FOT,  "Courier New Bold (TrueType)",            5:courbd.ttf,  "Courier0100"
  898. 5:COURBI.FOT,  "Courier New Bold Italic (TrueType)",     5:courbi.ttf,  "Courier1100"
  899. 5:COURI.FOT,   "Courier New Italic (TrueType)",          5:couri.ttf,   "Courier1000"
  900. 5:TIMES.FOT,   "Times New Roman (TrueType)",             5:times.ttf,   ""
  901. 5:TIMESBD.FOT, "Times New Roman Bold (TrueType)",        5:timesbd.ttf, "Times New Roman0100"
  902. 5:TIMESBI.FOT, "Times New Roman Bold Italic (TrueType)", 5:timesbi.ttf, "Times New Roman1100"
  903. 5:TIMESI.FOT,  "Times New Roman Italic (TrueType)",      5:timesi.ttf,  "Times New Roman1000"
  904. 5:SYMBOL.FOT,  "Symbol (TrueType)",                      5:symbol.ttf,  ""
  905. 5:WINGDING.FOT,"WingDings (TrueType)",                   5:wingding.ttf,""
  906.  
  907. ; If any of these drivers are found in the config.sys file, Setup removes them.
  908. [compatibility]
  909. icache.sys
  910. ibmcache.sys
  911. cache.sys
  912. cache.exe
  913. mcache.sys
  914. fast512.sys
  915.  
  916. ; Known TSRs and drivers which may result in a hang or crash
  917. ; during execution of Setup or Windows.
  918. ;
  919. ; filename = description string
  920. [incompTSR1]
  921. ep.exe      = "Norton Desktop/Windows Erase Protect TSR"
  922. qmaps.sys   = "QMAPS Memory Manager"
  923. qcache.exe  = "386 Max Disk Cache Utility"
  924. cache.exe   = "Disk Cache Utility"
  925. flash.exe   = "Flash Disk Cache Utility"
  926. hyper386.exe= "Hyper Disk Cache Utility"
  927. hyperdkx.exe= "Hyper Disk Cache Utility"
  928. hyper286.exe= "Hyper Disk Cache Utility"
  929. hyperdke.exe= "Hyper Disk Cache Utility"
  930. hyperdkc.exe= "Hyper Disk Cache Utility"
  931. ncache.exe  = "Norton Disk Cache Utility"
  932. ncache2.exe  = "Norton Utilities NCache"
  933. speeddrv.exe  = "Norton Speed Drive"
  934. pc-kwik.exe = "PC-Kwik Disk Cache Utility"
  935. pc-cache.com= "PC Tools Disk Cache Utility"
  936. superpck.exe= "Super PC-Kwik Disk Cache Utility"
  937. vdisk.sys   = "IBM RAM Disk Utility"
  938. allemm4.sys="All Charge 386"
  939. anarkey.com="Anarkey"
  940. vsafe.sys = "Central Point Anti-Virus"
  941. vsafe.com = "Central Point Anti-Virus TSR"
  942. vdefend.sys="PC Tools VDefend"
  943. vdefend.com="PC Tools VDefend"
  944. kbflow.exe="KBFlow TSR by Artisoft"
  945. s-ice.exe="SoftIce"
  946. desktop.exe="PC Tools Desktop TSR"
  947. sk2.exe="Sidekick Version 2.0"
  948. sk.com="Sidekick Version 1.0"
  949. skplus.exe="Sidekick Plus"
  950. print.exe="MS-DOS PRINT Utility"
  951. pyro.exe="Pyro! Screen Saver"
  952. xgaaidos.sys="8514 emulation driver "
  953. asplogin.exe="ASP Integrity Toolkit"
  954. lsallow.exe="Lansight Network Utilities TSR"
  955. lansel.exe="Lansight Network Utilities TSR"
  956. vaccine.exe="Vaccine Antivirus Program"
  957. newspace.exe="Newspace Disk Compression Utility"
  958. newres.exe="Newspace Disk Compression Utility"
  959. tscsi.sys="Trantor T100  SCSI driver"
  960. pcpanel.exe="Lasertools Printer Control Panel"
  961. hpemm386.sys = "HP Expanded Memory Manager"
  962. hpemm486.sys = "HP Expanded Memory Manager"
  963. ramtype.sys  = "Ramtype Utility"
  964. iemm.sys     = "Memory Manager"
  965. ilim386.sys  = "Intel Expanded Memory Emulator"
  966. cmdedit.com  = "Command Line Editor"
  967. hpmm.sys     = "HP Memory Manager"
  968. ced.exe      = "PCED Command Line Editor"
  969. ced.com      = "CED Command Line Editor"
  970. umbpro.sys   = "UMB Pro Memory Manager"
  971. rm386.sys    = "NetRoom Memory Manager"
  972. eimpcs.sys   = "IBM PC Support"
  973. ecyddx.sys   = "IBM PC Support"
  974.  
  975. ; Known TSRs and device drivers which can(!) potentially cause problems
  976. ; if running during Setup or Windows
  977. ;
  978. ; filename = description string
  979. [incompTSR2]
  980. ndosedit.com  = "Command Line Editor"
  981. doscue.com="DOSCUE Command Line Editor"
  982. datamon.exe="PC Tools Datamon"
  983. subst.exe="MS-DOS SUBST Utility"
  984. join.exe="MS-DOS JOIN Utility"
  985. viralert.sys="Data Physician Plus TSR"
  986. graphics.com="MS-DOS GRAPHICS Utility"
  987. le.com="Le Menu Menuing Package"
  988. assign.com="MS-DOS ASSIGN Utility"
  989. append.com="MS-DOS APPEND Utility"
  990. diskmon.exe="Norton Disk Monitoring TSR"
  991. dubldisk.sys="Double Disk Data Compression Utility"
  992. pa.exe = "Printer Assist"
  993. speedfxr.com = "Speedfxr"
  994. pcsxmaem.sys = "pcsxmaem Utility"
  995. xmaem.sys    = "xmaem Utility"
  996. cubitr.exe   = "Cubit"
  997.  
  998. [block_devices]
  999. tscsi.sys
  1000. tcscsi.sys
  1001. atdosxl.sys
  1002. dmdrvr.bin
  1003. drdrive.sys
  1004.  
  1005. [Installable.Drivers]
  1006. ; key         = filename,       type(s),     description, VxD(s), Default Params
  1007. msadlib       = 9:msadlib.drv,  "MIDI",      "Ad Lib", 9:vadlibd.386,
  1008. lapc1         = 9:mpu401.drv,   "MIDI",      "Roland LAPC1",,
  1009. midimapper    = 9:midimap.drv,  "MidiMapper", "MIDI Mapper",,
  1010. mpu401        = 9:mpu401.drv,   "MIDI",      "Roland MPU-401",,
  1011. sequencer     = 9:mciseq.drv,   "Sequencer", "[MCI] MIDI Sequencer",,
  1012. soundblaster  = 9:sndblst.drv,  "Wave,MIDI", "Creative Labs Sound Blaster 1.0", 9:vsbd.386,, msadlib
  1013. soundblaster2 = 9:sndblst2.drv, "Wave,MIDI", "Creative Labs Sound Blaster 1.5", 9:vsbd.386,, msadlib
  1014. timer         = 5:timer.drv,    "Timer",     "Timer", 5:vtdapi.386,
  1015. thunder       = 9:sndblst2.drv, "Wave", "Media Vision Thunder Board", 9:vsbd.386,, msadlib
  1016. wave          = 9:mciwave.drv,  "WaveAudio", "[MCI] Sound",, "4"
  1017. cdaudio       = 9:mcicda.drv,   "CDAudio",   "[MCI] CD Audio",,
  1018.  
  1019. ; This section translates Windows 3.0 OEMSETUP.INF entries to their 3.1
  1020. ; equivalents. The disk names should be the first entries in the list.
  1021.  
  1022. [translate]
  1023. WinDiskName=26,"Microsoft Windows 3.0 Disk"
  1024. WinDiskName=14,"Windows Disk #"
  1025. *vddvga=9:vddvga30.386
  1026. vgalogo.lgo=9:vgalogo.lgo
  1027. vgalogo.rle=9:vgalogo.rle
  1028. rgdi.lgo=9:vgalogo.lgo
  1029. rgdi.rle=9:vgalogo.rle
  1030. vga.gr3=9:vga30.3gr
  1031. v7vga.gr3=9:v7vga.3gr
  1032. cga40woa.fon=9:cga40woa.fon
  1033. cga40850.fon=9:cga40850.fon
  1034. cga80woa.fon=9:cga80woa.fon
  1035. cga80850.fon=9:cga80850.fon
  1036. ega40woa.fon=9:ega40woa.fon
  1037. ega40850.fon=9:ega40850.fon
  1038. ega80woa.fon=9:ega80woa.fon
  1039. ega80850.fon=9:ega80850.fon
  1040. vgasys.fon=9:vgasys.fon
  1041. vgafix.fon=9:vgafix.fon
  1042. vgaoem.fon=9:vgaoem.fon
  1043. 8514sys.fon=9:8514sys.fon
  1044. 8514fix.fon=9:8514fix.fon
  1045. 8514oem.fon=9:8514oem.fon
  1046. helve.fon=9:sserife.fon
  1047. helvf.fon=9:sseriff.fon
  1048. coure.fon=9:coure.fon
  1049. courf.fon=9:courf.fon
  1050. tmsre.fon=9:serife.fon
  1051. tmsrf.fon=9:seriff.fon
  1052. symbole.fon=9:symbole.fon
  1053. symbolf.fon=9:symbolf.fon
  1054. roman.fon=9:roman.fon
  1055. script.fon=9:script.fon
  1056. modern.fon=9:modern.fon
  1057. kbdbe.dll=9:kbdbe.dll
  1058. kbduk.dll=9:kbduk.dll
  1059. kbdda.dll=9:kbdda.dll
  1060. kbdne.dll=9:kbdne.dll
  1061. kbdfi.dll=9:kbdfi.dll
  1062. kbdfr.dll=9:kbdfr.dll
  1063. kbdca.dll=9:kbdca.dll
  1064. kbdgr.dll=9:kbdgr.dll
  1065. kbdic.dll=9:kbdic.dll
  1066. kbdit.dll=9:kbdit.dll
  1067. kbdla.dll=9:kbdla.dll
  1068. kbdno.dll=9:kbdno.dll
  1069. kbdpo.dll=9:kbdpo.dll
  1070. kbdsp.dll=9:kbdsp.dll
  1071. kbdsw.dll=9:kbdsw.dll
  1072. kbdsf.dll=9:kbdsf.dll
  1073. kbdsg.dll=9:kbdsg.dll
  1074. kbdus.dll=9:kbdus.dll
  1075. kbddv.dll=9:kbddv.dll
  1076. kbdusx.dll=9:kbdusx.dll
  1077. xlat863.bin=9:xlat863.bin
  1078. xlat861.bin=9:xlat861.bin
  1079. xlat865.bin=9:xlat865.bin
  1080. xlat850.bin=9:xlat850.bin
  1081. xlat860.bin=9:xlat860.bin
  1082. vga863.fon=9:vga863.fon
  1083. vga861.fon=9:vga861.fon
  1084. vga865.fon=9:vga865.fon
  1085. vga850.fon=9:vga850.fon
  1086. vga860.fon=9:vga860.fon
  1087. win.cnf=9:win.cnf
  1088.  
  1089. ; Used to update files that already exist on the disk
  1090. ;
  1091. [Update.Files]
  1092. 0:system,9:sndblst.drv
  1093. 0:system,9:sndblst2.drv
  1094. 0:system,9:mpu401.drv
  1095. 0:system,9:msadlib.drv
  1096. 0:system,5:vtdapi.386
  1097. 0:system,9:vsbd.386
  1098. 0:system,9:vadlibd.386
  1099. 0:system,9:mcicda.drv
  1100. 0:system,9:cpqgr3.exe
  1101. 0:system,9:cpqvga.gr3
  1102. 0:system,9:pscript.drv
  1103.  
  1104. ; Used to update dependents of files in the [Update.Files] section.
  1105. ;
  1106. [Update.Dependents]
  1107. msadlib.drv = 9:vadlibd.386
  1108. sndblst.drv = 9:vsbd.386
  1109. sndblst2.drv = 9:vsbd.386
  1110.  
  1111. ; This section is processed by both the DOS and WINDOWS portions of setup
  1112. ; for temporarily renaming profile strings during setup. THE RENAME
  1113. ; OPERATION WILL ONLY TAKE PLACE IF THE ORIGINAL PROFILE STRING EXISTS AND HAS
  1114. ; A RIGHT HAND SIDE STRING.
  1115. ;
  1116. ; .ini file,  section name, temporary profile name, Original profile name.
  1117. ;
  1118. [ini.upd.patches]
  1119.   system.ini, Boot,    "olddrivers"    ,"drivers"
  1120.   win.ini   , Desktop, "oldwallpaper"  ,"wallpaper"
  1121.   system.ini, Boot,    "oldtaskman"    ,"taskman.exe"
  1122.   system.ini, Boot,    "wfwshell"      ,"shell"
  1123.  
  1124. [setupdisplay]
  1125. mach32.drv=9:vga.drv
  1126. cirrus.drv=9:svga256.drv
  1127. wd.drv=9:svga256.drv
  1128. framebuf.drv=9:svga256.drv
  1129. tseng.drv=9:svga256.drv
  1130. linear8.drv=9:vga.drv
  1131. cpqavga.drv=9:vga.drv
  1132. ht256sf.drv=9:vga.drv
  1133. orchidf.drv=9:vga.drv
  1134. s3.drv=9:vga.drv
  1135. s3?.drv=9:vga.drv
  1136. s3??.drv=9:vga.drv
  1137. s3???.drv=9:vga.drv
  1138. s3????.drv=9:vga.drv
  1139. s3?????.drv=9:vga.drv
  1140. s3??????.drv=9:vga.drv
  1141. viper_??.drv=9:vga.drv
  1142. mach-??.drv=9:vga.drv
  1143. m32-??.drv=9:vga.drv
  1144.  
  1145. [setupdisplay.fon]
  1146. fonts.fon=9:vgasys.fon
  1147. fixedfon.fon=9:vgafix.fon
  1148. oemfonts.fon=9:vgaoem.fon
  1149.  
  1150. ; Used by the windows half to shrink the memory needed to hold this pig.
  1151. ;
  1152. [blowaway]
  1153.    this line needed
  1154.  
  1155. [ini.upd.31]
  1156. ;
  1157. ; WARNING: This section only works on win.ini or system.ini !!
  1158. ;
  1159. ; .ini file,  section,  old line to be replaced,  new line,  rename operater.
  1160. ;
  1161. ; If the "old line to be replaced" field is empty, setup will assume that
  1162. ; the new line is to be added. The rename operater tells setup to retain the RHS
  1163. ; of the profile. This is used as a renaming mechanism during upgrades.
  1164. ; Nb : Simple string substitution is implemented :
  1165. ;     ?P means any valid MS-DOS path
  1166. ;
  1167.   system.ini, Boot,                               ,   "taskman.exe="
  1168.   system.ini, mci,     "waveaudio="               ,   "WaveAudio=mciwave.drv"
  1169.   system.ini, mci,     "sequencer="               ,   "Sequencer=mciseq.drv"
  1170.   system.ini, mci,     "cdaudio="                 ,   "CDAudio=mcicda.drv"
  1171.   system.ini, drivers,                            ,   "timer=timer.drv"
  1172.   system.ini, drivers,         "midimapper="      ,   "midimapper=midimap.drv"
  1173.   system.ini, drivers, "midi=adlib.drv"           ,   "midi=msadlib.drv"          ,rename
  1174.   system.ini, drivers, "midi1=adlib.drv"          ,   "midi1=msadlib.drv"         ,rename
  1175.   system.ini, drivers, "midi2=adlib.drv"          ,   "midi2=msadlib.drv"         ,rename
  1176.   system.ini, drivers, "midi3=adlib.drv"          ,   "midi3=msadlib.drv"         ,rename
  1177.   system.ini, drivers, "midi4=adlib.drv"          ,   "midi4=msadlib.drv"         ,rename
  1178.   system.ini, 386Enh,       "keyboard=?Pbpvkd.386",
  1179.   system.ini, 386Enh,          "keyboard="        ,   "keyboard=*vkd"             ,noclobber
  1180.   system.ini, 386Enh,       "device=vpicda.386"   ,   "device=*vpicd"
  1181.   system.ini, 386Enh,       "device=vpicd.386"    ,   "device=*vpicd"
  1182.   system.ini, 386Enh,                             ,   "device=ifsmgr.386"
  1183.   system.ini, 386Enh,                             ,   "device=vcache.386"
  1184.   system.ini, vcache,       "minfilecache="       ,   "minfilecache=512", noclobber
  1185.   system.ini, 386Enh,       "device=?Pvshare.386" ,   "device=vshare.386"
  1186.   system.ini, 386Enh,          "device=*vhd"      ,   "device=*BLOCKDEV", rename
  1187.   system.ini, 386Enh,          "device=apix.386"
  1188.   system.ini, 386Enh,          "device=*vpd"      ,
  1189.   system.ini, 386Enh,          "device=vpd.386"   ,   
  1190.   system.ini, 386Enh,          "device=vdmad.386" ,   "device=*vdmad"
  1191.   system.ini, 386Enh,          "device=vdmadx.386",   "device=*vdmad"
  1192.   system.ini, 386Enh,          "device=vcd.386"   ,   "device=*vcd", rename
  1193.   system.ini, 386Enh,       "device=vndis2d.386"  ,   
  1194.   system.ini, 386Enh,                             ,   "device=*pagefile"
  1195.   system.ini, 386Enh,       "device=?Pvtdapi.386" ,   "device=vtdapi.386"
  1196.   system.ini, 386Enh,                             ,   "device=vcomm.386"
  1197.   system.ini, 386Enh,       "device=ns8250.386"   ,   "device=serial.386"
  1198.   system.ini, 386Enh,                             ,   "device=serial.386"
  1199.   system.ini, 386Enh,       "device=comlpt.386"   ,   "device=lpt.386"
  1200.   system.ini, 386Enh,                             ,   "device=lpt.386"
  1201.   system.ini, 386Enh,                             ,   "device=vpmtd.386"
  1202.   system.ini, NonWindowsApp,"localtsrs="          ,   "localtsrs=dosedit,ced"  ,noclobber
  1203.   system.ini, 386Enh,       "COM3Irq="            ,   "COM3Irq=4", noclobber
  1204.   system.ini, 386Enh,       "COM3Base="           ,   "COM3Base=03E8", noclobber
  1205.   system.ini, 386Enh,       "COM4Irq="            ,   "COM4Irq=3", noclobber
  1206.   system.ini, 386Enh,       "COM4Base="           ,   "COM4Base=02E8", noclobber
  1207.   win.ini   , Sounds,  "SystemDefault="           ,   "SystemDefault=ding.wav, Default Beep"      ,noclobber
  1208.   win.ini   , Sounds,  "SystemExclamation="       ,   "SystemExclamation=ding.wav, Exclamation"  ,noclobber
  1209.   win.ini   , Sounds,  "SystemStart="             ,   "SystemStart=chimes.wav, Windows Start"       ,noclobber
  1210.   win.ini   , Sounds,  "SystemExit="              ,   "SystemExit=chimes.wav, Windows Exit"       ,noclobber
  1211.   win.ini   , Sounds,  "SystemHand="              ,   "SystemHand=ding.wav, Critical Stop"       ,noclobber
  1212.   win.ini   , Sounds,  "SystemQuestion="          ,   "SystemQuestion=ding.wav, Question"        ,noclobber
  1213.   win.ini   , Sounds,  "SystemAsterisk="          ,   "SystemAsterisk=ding.wav, Asterisk"        ,noclobber
  1214.   win.ini   , "mci extensions",                   ,   "wav=waveaudio"
  1215.   win.ini   , "mci extensions",                   ,   "mid=sequencer"
  1216.   win.ini   , "mci extensions",                   ,   "rmi=sequencer"
  1217.   win.ini   , FontSubstitutes,                    ,   "Helv=MS Sans Serif"
  1218.   win.ini   , FontSubstitutes,                    ,   "Tms Rmn=MS Serif"
  1219.   win.ini   , FontSubstitutes, "Courier=Courier New" ,
  1220.   win.ini   , FontSubstitutes,                    ,   "Times=Times New Roman"
  1221.   win.ini   , FontSubstitutes,                    ,   "Helvetica=Arial"
  1222.   ;
  1223.   ; Remove these Win 3.0 font entries from win.ini because they have either
  1224.   ; been replaced or removed for Win 3.1
  1225.   ;
  1226.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (CGA res)="
  1227.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (EGA res)="
  1228.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (60 dpi)="
  1229.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (120 dpi)="
  1230.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (VGA res)="
  1231.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (8514/a res)="
  1232.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (CGA res)="
  1233.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (EGA res)="
  1234.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (60 dpi)="
  1235.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (120 dpi)="
  1236.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (VGA res)="
  1237.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (8514/a res)="
  1238.   ;
  1239.   ; Remove these font entries if they exist because these .ini entries
  1240.   ; are obsolete. We use "TrueType" rather than "Scalable"
  1241.   ;
  1242.   win.ini, Fonts, "Arial (Scalable)="
  1243.   win.ini, Fonts, "Arial Bold (Scalable)="
  1244.   win.ini, Fonts, "Arial Bold Italic (Scalable)="
  1245.   win.ini, Fonts, "Arial Italic (Scalable)="
  1246.   win.ini, Fonts, "Courier (Scalable)="
  1247.   win.ini, Fonts, "Courier Bold (Scalable)="
  1248.   win.ini, Fonts, "Courier Italic (Scalable)="
  1249.   win.ini, Fonts, "Courier Bold Italic (Scalable)="
  1250.   win.ini, Fonts, "Courier (TrueType)"
  1251.   win.ini, Fonts, "Courier Bold (TrueType)"
  1252.   win.ini, Fonts, "Courier Bold Italic (TrueType)"
  1253.   win.ini, Fonts, "Courier Italic (TrueType)"
  1254.   win.ini, Fonts, "Times New Roman (Scalable)="
  1255.   win.ini, Fonts, "Times New Roman Bold (Scalable)="
  1256.   win.ini, Fonts, "Times New Roman Bold Italic (Scalable)="
  1257.   win.ini, Fonts, "Times New Roman Italic (Scalable)="
  1258.   win.ini, Fonts, "Symbol PS (Scalable)="
  1259.   win.ini, Fonts, "Symbol (Scalable)="
  1260.   ;
  1261.   ; Remove these font entries if they exist because these .ini entries
  1262.   ; are obsolete. We use "Plotter" rather than "All res" Also, 8 point was
  1263.   ; added to the EGA res courier so we remove the old "Courier 10,12,15" font.
  1264.   ;
  1265.   win.ini, Fonts, "Roman (All res)="
  1266.   win.ini, Fonts, "Script (All res)="
  1267.   win.ini, Fonts, "Modern (All res)="
  1268.   win.ini, Fonts, "Courier 10,12,15 (EGA res)="
  1269.   ;
  1270.   ; The following lines will cause the MS-DOS half of setup to effectivly
  1271.   ; rename the [Fonts] section in win.ini. Setup does this by adding the
  1272.   ; [wt4gpi8s56bz] string to the [Fonts] section and then deleting the
  1273.   ; [Fonts] section string. Later, in the windows half of setup, it will
  1274.   ; rename [wt4gpi8s56bz] back to [Fonts]. Do not change these names!
  1275.   ;
  1276.   win.ini, Fonts,              , "[wt4gpi8s56bz]"
  1277.   win.ini, Fonts,   "[Fonts]"  ,
  1278.  
  1279.   ; The following line makes USER skip persistent net connections
  1280.   ; USER immediately deletes the entry so it is a onetime thing.
  1281.   win.ini, windows,, "SetupWin=1"
  1282.  
  1283.   ; The following lines fix problems with APPS
  1284.   win.ini, Compatibility,"NOTSHELL=", "NOTSHELL=0x0001"
  1285.   win.ini, Compatibility,"WPWINFIL=", "WPWINFIL=0x0006"
  1286.   win.ini, Compatibility,"CCMAIL=", "CCMAIL=0x0008"
  1287.   win.ini, Compatibility,"AMIPRO=", "AMIPRO=0x0010"
  1288.   win.ini, Compatibility,"REM=", "REM=0x8022"
  1289.   win.ini, Compatibility,"PIXIE=", "PIXIE=0x0040"
  1290.   win.ini, Compatibility,"CP=", "CP=0x0040"
  1291.   win.ini, Compatibility,"JW=", "JW=0x42080"
  1292.   win.ini, Compatibility,"TME=", "TME=0x0100"
  1293.   win.ini, Compatibility,"VB=", "VB=0x0200"
  1294.   win.ini, Compatibility,"WIN2WRS=", "WIN2WRS=0x1210"
  1295.   win.ini, Compatibility,"PACKRAT=", "PACKRAT=0x0800"
  1296.   win.ini, Compatibility,"VISION=", "VISION=0x0040"
  1297.   win.ini, Compatibility,"MCOURIER=", "MCOURIER=0x0800"
  1298.   win.ini, Compatibility,"_BNOTES=", "_BNOTES=0x24000"
  1299.   win.ini, Compatibility,"MILESV3=", "MILESV3=0x1000"
  1300.   win.ini, Compatibility,"PM4=", "PM4=0x2000"
  1301.   win.ini, Compatibility,"DESIGNER=", "DESIGNER=0x2000"
  1302.   win.ini, Compatibility,"PLANNER=", "PLANNER=0x2000"
  1303.   win.ini, Compatibility,"DRAW=", "DRAW=0x2000"
  1304.   win.ini, Compatibility,"WINSIM=", "WINSIM=0x2000"
  1305.   win.ini, Compatibility,"CHARISMA=", "CHARISMA=0x2000"
  1306.   win.ini, Compatibility,"PR2=", "PR2=0x2000"
  1307.   win.ini, Compatibility,"PLUS=", "PLUS=0x1000"
  1308.   win.ini, Compatibility,"ED=", "ED=0x00010000"
  1309.   win.ini, Compatibility,"PP=",
  1310.   win.ini, Compatibility,"APORIA=", "APORIA=0x0100"
  1311.   win.ini, Compatibility,"EXCEL=", "EXCEL=0x1000"
  1312.   win.ini, Compatibility,"GUIDE=", "GUIDE=0x1000"
  1313.   win.ini, Compatibility,"NETSET2=", "NETSET2=0x0100"
  1314.   win.ini, Compatibility,"W4GL=", "W4GL=0x4000"
  1315.   win.ini, Compatibility,"W4GLR=","W4GLR=0x4000"
  1316.   win.ini, Compatibility,"TURBOTAX=","TURBOTAX=0x00080000"
  1317.   win.ini   , Sounds,  "RingIn="                  ,   "RingIn=ringin.wav,Chat Incoming Ring"     ,noclobber
  1318.   win.ini   , Sounds,  "RingOut="                 ,   "RingOut=ringout.wav,Chat Outgoing Ring"   ,noclobber
  1319.   win.ini   , Network, "DefaultDialogs="
  1320.  
  1321.   ; defaults to put up net warning messages
  1322.   win.ini, windows, "NetMessage=", "NetMessage=Yes"
  1323.   win.ini, windows, "NetWarn=",    "NetWarn=1"
  1324.  
  1325.   ; remove beta2 lines
  1326.   win.ini, PrinterPorts,          "Microsoft Mail Local Fax="
  1327.   win.ini, devices,               "Microsoft Mail Local Fax="
  1328.  
  1329. [system]
  1330. ; The various SYSTEM.DRV, SOUND.DRV, COMM.DRV
  1331. ;
  1332. ; These   are the   drivers   which may vary from system to system,
  1333. ; but are selected only   by the [machine] menu -- they do not have
  1334. ; special menus   for their selection.
  1335. system   =    2:system.drv
  1336. sound    =    9:mmsound.drv
  1337. comm     =    9:comm.drv
  1338. hpsystem =    9:hpsystem.drv
  1339.  
  1340. [machine]
  1341. ; This section defines default machine selections.  The   system
  1342. ; description from each   entry will appear in the initial machine
  1343. ; selection menu of Setup.
  1344. ;
  1345. ; An * means that setup will use the device specified here and override
  1346. ; the detected device, this applies to keyboards, mice, and displays.
  1347. ;
  1348. ; Each entry contains a   descriptive line for the system-selection menu,
  1349. ; followed by the filenames of the drivers in fixed order.
  1350. ;
  1351. ;      Field      1         2           3        4         5          6         7          8         9             10     11
  1352. ; prof_str      = Desc Str, System drv, kbd drv, kbd type, mouse drv, disp drv, sound drv, comm drv, himem switch, ebios, cookies
  1353. ;
  1354. ibm_compatible  = "MS-DOS System",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,
  1355. ast_386_486     = "AST Premium 386/25 and 386/33 (CUPID)",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,ast_cookz
  1356. at_and_t        = "AT&T PC",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,
  1357. everex_386_25   = "Everex Step 386/25 (or Compatible)",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,everex_cookz
  1358. hewlett_packard = "Hewlett-Packard: all machines",hpsystem,kbdhp,t4s0enha,nomouse,vga,sound,comm,,hpebios,
  1359. ibm_ps2_70p     = "IBM PS/2 Model P70",system,kbd,t4s0enha,nomouse,!vga,sound,comm,,ebios,
  1360. ibm_ps2_l40sx   = "IBM PS/2 Model L40sx",system,kbd,!t4s0enha,nomouse,vga,sound,comm,,ebios,ibml40_cookz
  1361. ncr_386sx       = "NCR: all 80386 and 80486 based machines",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,ncr386sx_cookz
  1362. nec_pm_sx+      = "NEC PowerMate SX Plus",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,nec_pm_cookz
  1363. nec_prospeed    = "NEC ProSpeed 386",system,kbd,t4s0enha,nomouse,!vga,sound,comm,,ebios,
  1364. toshiba_1600    = "Toshiba 1600",system,kbd,t4s0enha,nomouse,vga,sound,comm,"TOSHIBA",ebios,
  1365. toshiba_5200    = "Toshiba 5200",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,t5200_cookz
  1366. zenith_386      = "Zenith Data Systems: all 386/486 based machines",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,zen386_cookz
  1367. att_nsx_20      = "AT&T NSX 20 : Safari notebook",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios
  1368. apm             = "MS-DOS System with APM",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,apm_cookz
  1369. apm_sl          = "Intel 386SL Based System with APM",system,kbd,t4s0enha,nomouse,vga,sound,comm,,ebios,apm_sl_cookz
  1370.  
  1371. ;
  1372. ; Cookies as specified in machine section
  1373. ;
  1374. ; ini file, section, cookie, needed file
  1375. ;
  1376. ; specialdriver,,,file will add an installable driver to [boot]drivers=
  1377. ;
  1378.  
  1379. [apm_cookz]
  1380. specialdriver,,,9:power.drv
  1381. system.ini,386enh,"device=vpowerd.386",9:vpowerd.386
  1382. ,,,9:power.hlp
  1383.  
  1384. [apm_sl_cookz]
  1385. specialdriver,,,9:power.drv
  1386. system.ini,386enh,"device=vpowerd.386",9:vpowerd.386
  1387. ,,,9:power.hlp
  1388. system.ini,power.drv,"OptionsDLL=sl.dll",9:sl.dll
  1389. ,,,9:sl.hlp
  1390.  
  1391. [ast_cookz]
  1392. system.ini,386enh,"emmexclude=E000-EFFF",
  1393.  
  1394. [everex_cookz]
  1395. system.ini,386enh,"8042ReadCmd=A2,1,F",
  1396. system.ini,386enh,"8042ReadCmd=A3,1,F",
  1397. system.ini,386enh,"8042WriteCmd=B3,8,F",
  1398.  
  1399. [ibml40_cookz]
  1400. system.ini,386enh,"emmexclude=E000-EFFF",
  1401. system.ini,386enh,"DMAbuffersize=64"
  1402.  
  1403.  
  1404. [ncr386sx_cookz]
  1405. system.ini,386enh,"emmexclude=E000-EFFF",
  1406. system.ini,386enh,"emmexclude=C600-C7FF",
  1407.  
  1408. [nec_pm_cookz]
  1409. system.ini,386enh,"VirtualHDirq=NO",
  1410.  
  1411. [t5200_cookz]
  1412. system.ini,386enh,"emmexclude=C000-C7FF",
  1413.  
  1414. [zen386_cookz]
  1415. system.ini,386enh,"emmexclude=E000-EFFF",
  1416.  
  1417. [special_adapter]
  1418. eitherlink  = DMAbuffersize,32          ; Needed if EitherLink MC is detected.
  1419.  
  1420. [ebios]
  1421. ebios       = x:*ebios               ; Required for most 386 machines.
  1422. hpebios     = 9:hpebios.386,x:*ebios ; Required for HP 386 machines.
  1423.  
  1424. ;
  1425. ; Language DLL must be installed for non US installation.
  1426. ;
  1427. ; profile = language DLL, DLL description, language ID (ilanguage)
  1428. ;
  1429. [language]
  1430. dan = 9:langsca.dll, "Danish"                              ,1030
  1431. nld = 9:langdut.dll, "Dutch"                               ,1043
  1432. enu =                     , "English (American)"           ,1033
  1433. eng = 9:langeng.dll, "English (International)"             ,2057
  1434. fin = 9:langsca.dll, "Finnish"                             ,1035
  1435. fra = 9:langfrn.dll, "French"                              ,1036
  1436. frc = 9:langeng.dll, "French Canadian"                     ,3084
  1437. deu = 9:langger.dll, "German"                              ,1031
  1438. isl = 9:langsca.dll, "Icelandic"                           ,1039
  1439. ita = 9:langeng.dll, "Italian"                             ,1040
  1440. nor = 9:langsca.dll, "Norwegian"                           ,1044
  1441. ptg = 9:langeng.dll, "Portuguese"                          ,2070
  1442. esp = 9:langspa.dll, "Spanish"                             ,1034
  1443. esn = 9:langeng.dll, "Spanish (Modern)"                    ,3082
  1444. sve = 9:langsca.dll, "Swedish"                             ,1053
  1445.  
  1446. ; files included on disk but not referenced in anywhere in setup.inf
  1447. [keepers]
  1448.     1:setup.exe     ; dossetup program
  1449.     1:setup.inf     ; setup information file
  1450.     1:xmsmmgr.exe   ; xms manager
  1451.     1:setup.shh     ; automatic setup template file
  1452.     9:prtupd.inf    ; Printer driver update file
  1453.     8:admincfg.exe  ; Network Admin Utility 
  1454.     9:pss.inf       ; PSS Support Protocol File
  1455.  
  1456. ; List of 3rd party drivers that replace *wdctrl
  1457. ; Setup will not add *wdctrl if one of these is present
  1458. [*wdctrl]
  1459.     cpqwdctl.386    ; compaq wd controller
  1460.     ultraisa.386    ; ultra store wd controller
  1461.     fdscsi.386      ; future domain scsi
  1462.     hc_win.386      ; quantum hardcard
  1463.     cam_win.386     ; quantum passport scsi
  1464.     scsi_win.386    ; quantum passport scsi
  1465.  
  1466. ; List of 3rd party drivers that replace *int13
  1467. ; Setup will not add *int13 if one of these is present
  1468. [*int13]
  1469.     cpqint13.386    ; used with compaq cpqwdctl.386
  1470.     qtmint13.386    ; used with quantum hc_win.386, cam_win.386, and scsi_win.386
  1471.     int13.386       ; used with future domain
  1472.  
  1473. ; List of 3rd party drivers that replace *vpd
  1474. ; Setup will not add *vpd if one of these is present
  1475. [*vpd]
  1476.     wpsljvpd.386
  1477.